Skip to content

[REFACT] 모듈명 변경 (#289)#290

Merged
redblackblossom merged 1 commit intomainfrom
refact/#289/package_refact
Feb 13, 2026
Merged

[REFACT] 모듈명 변경 (#289)#290
redblackblossom merged 1 commit intomainfrom
refact/#289/package_refact

Conversation

@redblackblossom
Copy link
Contributor

📌 관련 이슈

✨ PR 세부 내용

Summary

  • 모든 서버/공통 모듈 디렉토리에 catsnap- 접두사를 추가하여 모듈 식별성 및 가독성 향상
  • 관련된 Gradle 설정, Dockerfile, GitHub Actions 워크플로우, Codecov 설정, README 배지를 일괄 반영

변경 내역

디렉토리 rename

기존 변경
gateway catsnap-gateway
authentication catsnap-authentication
authorization-shared catsnap-authorization-shared
mono catsnap-mono
reservation catsnap-reservation
event-schema-shared catsnap-event-schema-shared
payment catsnap-payment

Gradle

  • settings.gradle: 모든 include 항목에 catsnap- 접두사 적용
  • catsnap-gateway/build.gradle: project(':authorization-shared')project(':catsnap-authorization-shared')
  • catsnap-authentication/build.gradle: :authorization-shared, :event-schema-sharedcatsnap- 접두사
  • catsnap-reservation/build.gradle: :authorization-shared, :event-schema-sharedcatsnap- 접두사

Dockerfile (4개)

  • COPY 경로, settings.gradle 생성 명령, gradlew 빌드 명령, 빌드 결과 경로 모두 catsnap- 접두사 반영

GitHub Actions

  • 워크플로우 파일명 변경: test-*.ymltest-catsnap-*.yml (7개), deploy-*.ymldeploy-catsnap-*.yml (4개)
  • ci.yml: paths-filter 경로 및 uses: 참조 파일명 변경
  • cd.yml: paths-filter 경로 및 uses: 참조 파일명 변경
  • test-catsnap-*.yml (7개): gradlew 명령, 테스트 결과 경로, codecov flag/name 변경
  • deploy-catsnap-*.yml (4개): Dockerfile 경로 변경

Codecov & README

  • codecov.yml: flag 이름 및 paths에 catsnap- 접두사 적용
  • readme.md: 커버리지 배지 URL의 flag 파라미터에 catsnap- 접두사 적용

@redblackblossom redblackblossom linked an issue Feb 13, 2026 that may be closed by this pull request
@coderabbitai
Copy link

coderabbitai bot commented Feb 13, 2026

Important

Review skipped

Too many files!

This PR contains 294 files, which is 144 over the limit of 150.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch refact/#289/package_refact

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@github-actions
Copy link

Test Results (catsnap-authorization-shared)

75 tests   75 ✅  0s ⏱️
19 suites   0 💤
19 files     0 ❌

Results for commit 8e1aef2.

@github-actions
Copy link

Test Results (catsnap-payment)

1 tests   1 ✅  0s ⏱️
1 suites  0 💤
1 files    0 ❌

Results for commit 8e1aef2.

@github-actions
Copy link

Test Results (catsnap-event-schema-shared)

35 tests   35 ✅  1s ⏱️
 6 suites   0 💤
 6 files     0 ❌

Results for commit 8e1aef2.

@github-actions
Copy link

Test Results (catsnap-gateway)

54 tests   54 ✅  2s ⏱️
24 suites   0 💤
24 files     0 ❌

Results for commit 8e1aef2.

@codecov
Copy link

codecov bot commented Feb 13, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link

Test Results (catsnap-mono)

41 tests   41 ✅  4s ⏱️
16 suites   0 💤
16 files     0 ❌

Results for commit 8e1aef2.

@github-actions
Copy link

Test Results (catsnap-reservation)

377 tests   377 ✅  8s ⏱️
 62 suites    0 💤
 62 files      0 ❌

Results for commit 8e1aef2.

@github-actions
Copy link

Test Results (catsnap-authentication)

196 tests   196 ✅  14s ⏱️
 60 suites    0 💤
 60 files      0 ❌

Results for commit 8e1aef2.

@redblackblossom redblackblossom merged commit 7122a39 into main Feb 13, 2026
23 checks passed
@redblackblossom redblackblossom deleted the refact/#289/package_refact branch February 13, 2026 07:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[REFACT] 서버 패키지명 변경

1 participant